home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NOVA - For the NeXT Workstation
/
NOVA - For the NeXT Workstation.iso
/
Apps
/
Graphics
/
Others
/
BitmapTest
/
Makefile
< prev
next >
Wrap
Makefile
|
1992-12-25
|
947b
|
46 lines
#
# Generated by the NeXT Project Builder.
#
# NOTE: Do NOT change this file -- Project Builder maintains it.
#
# Put all of your customizations in files called Makefile.preamble
# and Makefile.postamble (both optional), and Makefile will include them.
#
NAME = BitmapTest
PROJECTVERSION = 1.1
LANGUAGE = English
APPICON = BitmapTest.tiff
GLOBAL_RESOURCES = BitmapTest.nib 16x16.tiff 24x24.tiff 32x32.tiff \
48x48.tiff 64x64.tiff 8x8.tiff
CLASSES = Animator.m MovingBitmap.m TestView.m
HFILES = Animator.h MovingBitmap.h TestView.h
MFILES = BitmapTest_main.m
MAKEFILEDIR = /NextDeveloper/Makefiles/app
INSTALLDIR = $(HOME)/Apps
INSTALLFLAGS = -c -s -m 755
SOURCEMODE = 444
ICONSECTIONS = -sectcreate __ICON app BitmapTest.tiff
LIBS = -lMedia_s -lNeXT_s
DEBUG_LIBS = $(LIBS)
PROF_LIBS = $(LIBS)
-include Makefile.preamble
include $(MAKEFILEDIR)/app.make
-include Makefile.postamble
-include Makefile.dependencies